
GetContent.java

Gets the binary content of the specified resource, either copying it to
the local file system or (if <dstPath> is omitted) sending it to stdout.

To run:
  javac GetContent.java
  java GetContent <databaseURL> <userName> <password> <srcPath> [ <dstPath> ]

For example:
  java GetContent jdbc:oracle:oci:@ scott tiger /public/testdata/pics/puppy.jpg dog.jpg

